home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000024_jaltman@columbia.edu_Wed Nov 26 14:41:07 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Jeffrey Altman <jaltman@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Quick Question on switch statement and :1, :2
  5. Date: 26 Nov 2003 19:28:13 GMT
  6. Organization: Columbia University
  7. Lines: 46
  8. Message-ID: <bq2usd$45j$1@newsmaster.cc.columbia.edu>
  9. References: <f0bb0f39.0311260516.356db920@posting.google.com> <slrnbs9gsi.c9g.fdc@sesame.cc.columbia.edu> <f0bb0f39.0311261057.2fc63bce@posting.google.com>
  10. NNTP-Posting-Host: papaya.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1069874893 4275 128.59.59.107 (26 Nov 2003 19:28:13 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 26 Nov 2003 19:28:13 GMT
  14. User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (SunOS/5.9 (sun4u))
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14700
  16.  
  17. newexpectuser <anthonypieper@cs.com> wrote:
  18. :   First I want to make sure Kermit can fulfill our business needs as
  19. :   a simple file transfer protocol running unattended versus other
  20. :   communications protocols. It's strength lies in robust commands
  21. :   especially the /delete on the send command. Right now I am finding
  22. :   it lacking it knowing a file is still in progress of being
  23. :   put into a directory and therefore transfering a "partial" file and
  24. :   then issuing an error message. 
  25.  
  26. :   Once I find out it can do the above, I'll be purchasing the manual
  27. :   to support future scripts.
  28.  
  29. This is like asking whether or not the 'C' programming language can be
  30. used to develop an operating system by asking someone who does not 
  31. know the 'C' programming language and does not know how to build 
  32. operaing systems.  You will not be able to answer the question because
  33. (a) you do not know the Kermit programming language; and (b) you do 
  34. not understand the requirements of the system you need to create and
  35. the where the restrictions come from.
  36.  
  37. Kermit can absolutely solve your problem in wide variety of ways. Some 
  38. of your problems are caused by fundamental limitations of the FTP protocol.
  39. Others, such as the visibility of partially transfer files, are limitations
  40. of the operating system and file system the FTP server is hosted on.  
  41.  
  42. Frank has been very patient about responding to your queries both to
  43. the newsgroups and the kermit-support mailing list.  He has pointed 
  44. you to both the manual he wrote "Using C-Kermit 2nd Ed." as well as
  45. the extensive online resources (manual supplements, case studies, 
  46. script library, etc.)  I do not believe it is his responsibility to
  47. write programs for you in order for you to justify buying a single 
  48. copy of a book.  Frank (and I) have made clear that Kermit can meet
  49. the requirements of the problem as you have described it.  Frank is
  50. willing to answer specific questions related to the use of the Kermit
  51. language and commands when the text of the documentation is not clear.
  52.  
  53. If you do not have time to learn the tool, I would suggest you hire 
  54. someone who knows the tool to develop the necessary scripts or assist
  55. you in architecting the solution such that you can fill in the missing
  56. pieces.
  57.  
  58. -- 
  59.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  60.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  61.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  62.  kermit-support@columbia.edu               OpenSSL.
  63.